micro_utils.dokka
0.9.4
common
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
[common]mapOnAbsent
map
On
Absent
common
inline
fun
<
T
,
R
>
Optional
<
T
>
.
mapOnAbsent
(
block
:
(
)
->
R
)
:
R
?
Content copied to clipboard
Will call
block
when data presented (
Optional.dataPresented
== true)